Skip to content

Conversation

a7medev
Copy link
Member

@a7medev a7medev commented Sep 13, 2025

Adds internal parameter names for signature help parameters.

This allows SourceKit-LSP to parse the documentation comment, extract parameter documentation, and match it with the parameters using the parameter name.


// Documentation.
if (FD) {
// TODO(a7medev): Separate parameter documentation.
Copy link
Member Author

@a7medev a7medev Sep 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parameter documentation separation will be implemented in SourceKit-LSP. Check swiftlang/sourcekit-lsp#2292 for more details on why that's the case.

@a7medev
Copy link
Member Author

a7medev commented Sep 13, 2025

@swift-ci please test

@hamishknight hamishknight merged commit 607abb9 into swiftlang:main Sep 15, 2025
5 checks passed
@hamishknight
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants